home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / clipss.zip / 789.RMK next >
Text File  |  1991-09-19  |  540b  |  26 lines

  1. //
  2. // 789.RMK
  3. //
  4. // Luiz Quintela
  5. //
  6. // Copyright (c) 1991 Nantucket Corporation.
  7. //                    All Rights Reserved.
  8. //
  9. files := SPRDSHT, QUITIT, BUTTOMS, MISCSPRD
  10.  
  11. // Inference rule
  12. .prg.obj:
  13.     SET CLIPPERCMD=/N /W
  14.     Clipper $*
  15.  
  16. SPRDSHT.OBJ:  sprdsht.prg sprdsht.ch
  17. QUITIT.OBJ:   quitit.prg
  18. BUTTOMS.OBJ:  buttoms.prg buttoms.ch
  19. MISCSPRD.OBJ: miscsprd.prg sprdsht.ch
  20.     
  21. SPRDSHT.EXE: sprdsht.obj quitit.obj buttoms.obj miscsprd.obj
  22.     SET RTLINKCMD=/FREE
  23.     RTLINK FILE $(files)
  24.  
  25. // EOF - 789.RMK //
  26.